net/http.http2http2Config.StrictMaxConcurrentRequests (field)

4 uses

	net/http (current package)
		h2_bundle.go#L1051: 	StrictMaxConcurrentRequests  bool
		h2_bundle.go#L1089: 		StrictMaxConcurrentRequests: h2.StrictMaxConcurrentStreams,
		h2_bundle.go#L1155: 		conf.StrictMaxConcurrentRequests = true
		h2_bundle.go#L8093: 		strictMaxConcurrentStreams:  conf.StrictMaxConcurrentRequests,